@extends('layouts.main') @section('title') {{ __('System Settings') }} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
@csrf
{{ __('Company Details') }}
{{ __('More Setting') }}
{{ __('Images') }}
image
{{--
image
--}}
{{ __('Deep Link') }}
{{--
--}}
Must start with a letter, be lowercase, and contain no spaces or special characters. Example: myapp://
{{ __('Authentication Setting (Enable/Disable)') }}
@endsection @section('js') @endsection