@php $titlePage = __('lang.setting'); @endphp @extends('dashboard.layouts.master') @section('title') {{ $titlePage }} @stop @section('content')

{{ $titlePage }}

{{ $titlePage }}
{{-- Include Messages Flash --}} @include('includes.flash_msg')
@csrf
{{ __('lang.choose') }} {{ __('lang.logo') }} {{ __('lang.change') }} {{ __('lang.logo') }} {{ __('lang.delete') }} {{ __('lang.image') }}
{{ __('lang.choose') }} {{ __('lang.favicon') }} {{ __('lang.change') }} {{ __('lang.favicon') }} {{ __('lang.delete') }} {{ __('lang.image') }}
{{ __('lang.cancel') }}
@stop @section('css') @stop @section('js') @stop