@extends('layouts.master') @section('scientificDivers')
Scientific Divers
@if(Auth::user()->user_type == 0)
@endif @if(Auth::user()->user_type == 1) @if ($msg = Session::get('success'))
{{ $msg }}
@endif
{{ csrf_field() }}
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@endif
@endsection @section('scripts') @endsection