@include('header') @include('header_nav')
@include('sidebar')

Sent Details Back

@if(Session::has('message'))

{{ Session::get('message') }}

@endif
@include('footer')