@extends('layouts.dashboard') @section('content')

{{ $title }}

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

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

@endif @if($errors->any())
{{ implode('', $errors->all(':message')) }}
@endif
@if(!empty($admin->id))
@else @endif
@endsection