@php // Settings use App\Models\Config; use App\Models\Page; $config = Config::get(); $page = Page::where('slug', 'home')->where('status', 1)->get(); @endphp
@csrf
{{ __($page[7]->body) }} {{ __($page[8]->body) }} {{ __($page[9]->body) }}
{{ __($page[11]->body) }} {{ $config[35]->config_value}} {{ __($page[10]->body) }}, {{ $config[36]->config_value }} {{ __($page[12]->body) }}

{{ __('OR') }}

{{ __('Choose an files') }}
{{-- Custom JS --}} @section('custom-js') @endsection