@extends('layouts.master') @section('content')
{{$title}}
@include('layouts.message')
{{ csrf_field() }} @if(\Auth::user()->utype!=3)
@endif
@stop