@extends('layouts.app') @section('content')
{{ __('Admin Settings') }}
@csrf
{{ __('Others Information') }}
{{ __('Download App Link') }}
{{ __('Footer Section Info') }}
@error('footer_description') {{ $message }} @enderror
@hasPermission('admin.generale-setting.update')
@endhasPermission
@endsection