@extends('layouts.app') @section('title', blank($user) ? 'এডমিন যোগ' : 'এডমিন') @section('content')

@yield('title')

@yield('title')

@if(blank($user))
{{ csrf_field() }}
{{ $errors->first('name') }}
{{ $errors->first('username') }}
{{ $errors->first('password') }}
{{ $errors->first('mobile_number') }}
{{ $errors->first('email') }}
{{ $errors->first('role') }}
{{ $errors->first('image') }}
@endif @if(!blank($user)) @endif
@include('admin.createAjax') @include('datatable.datatable') @endsection