@section('css') @show()
@include("includes.header")
{{ csrf_field() }}
@yield('content')
@section('js') @show()