@extends('layouts.app') @section('title', 'Add New Member') @section('content')
@csrf
{{ $errors->first('type') }}
{{ $errors->first('name') }}
{{ $errors->first('father') }}
{{ $errors->first('mother') }}
{{ $errors->first('designation') }}
{{ $errors->first('profession') }}
{{ $errors->first('duration') }}
{{ $errors->first('mobile') }}
{{ $errors->first('email') }}
{{ $errors->first('address') }}
{{ $errors->first('avatar') }}
{{ $errors->first('status') }}
@include('admin.components.common') @endsection