@section('title', 'Scriptu | About') @section('content')

test content

@if (session('success'))
{{ session('success') }}
@endif
@endsection