@extends('admin/layouts/app') @section('page-title') Create Institute | Simple Admission @endsection @section('page-breadcrumb')

Institute

@endsection @section('main-content')
@csrf

Create Institute

@if($errors->has('name')) {{ $errors->first('name') }} @endif
{{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @if($errors->has('slug'))--}} {{-- {{ $errors->first('slug') }}--}} {{-- @endif--}} {{-- --}} {{--
--}}
@if($errors->has('user_name')) {{ $errors->first('user_name') }} @endif
@if($errors->has('email')) {{ $errors->first('email') }} @endif
@if($errors->has('phone_number')) {{ $errors->first('phone_number') }} @endif
@if($errors->has('password')) {{ $errors->first('password') }} @endif
@if($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif
@if($errors->has('institute_type')) {{ $errors->first('institute_type') }} @endif
@if($errors->has('company_category_id')) {{ $errors->first('company_category_id') }} @endif
{{--
@if($errors->has('category_type_id')) {{ $errors->first('category_type_id') }} @endif
--}}
@if($errors->has('ownership_type_id')) {{ $errors->first('ownership_type_id') }} @endif
@if($errors->has('country_id')) {{ $errors->first('country_id') }} @endif
@if($errors->has('division_id')) {{ $errors->first('division_id') }} @endif
@if($errors->has('district_id')) {{ $errors->first('district_id') }} @endif
@if($errors->has('thana_id')) {{ $errors->first('thana_id') }} @endif
Back
Suggested image ratio: 108 x 108 | max-size: 100 KB @if($errors->has('logo')) {{ $errors->first('logo') }} @endif
@endsection @section('extra-css') @endsection @section('extra-script') //validate form @endsection