@extends('admin.layout.layout') @section('content')

Admin Management

{{ $title }}

@foreach($errors->all() as $error) @endforeach @if(Session::has('error_message')) @endif
@csrf @if(!empty($subadmindata['id'])) @endif
@if(!empty($subadmindata['image'])) View Photo @endif
@endsection