@extends('admin.layout.dashboard-template') @section('content')
@csrf

Office Bearer Details

@if (session('success')) @endif @if (session('error')) @endif
@if ($errors->has('spiritual_wings')) {{ $errors->first('spiritual_wings') }} @endif
@if ($errors->has('sname')) {{ $errors->first('sname') }} @endif
@if ($errors->has('designation')) {{ $errors->first('designation') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
{{--

* Upload Image

@if ($errors->has('profile_image')) {{ $errors->first('profile_image') }} @endif
--}}
@endsection