@extends('admin.layouts.master') @section('title', 'Add Institute - Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any())
@foreach($errors->all() as $error)
{{ $error}}
×
@endforeach
@endif
{{ __('Add Institute') }}
{{ __("Back")}}
{{ csrf_field() }}
{{ __('Institute Name') }}:
*
{{ __('Slug') }}:
*
{{ __('Logo') }}:
*
{{ __('Upload') }}
{{ __('Choose File') }}
{{ __('Email') }}:
*
{{ __('Mobile') }}:
*
{{ __('Address') }}:
{{ __('Affiliated By') }}:
{{ __('Skills') }}:
*
{{ __('About') }}:
*
{{ __("Reset")}}
{{ __("Create")}}
@endsection