@extends('inner') @section('seo_title') {{ $page_title }} - {!! \App\Options::get_option('seo_title') !!} @endsection @section('content')

{{ $page_title }}


@if( session()->has( 'message' ) )
{!! session()->get('message') !!}
@endif
{{ csrf_field() }}
@endsection