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