@section('style') @endsection @extends('layouts.backend.app') @section('content')
@csrf

{{ __('Header') }}

{{ __('Footer') }}

@endsection @section('script') @endsection