@extends('admin.layouts.master') @section('title','Create a new student') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
{{ __('Create A New Student') }}
{{ __('Back') }}
{{ csrf_field() }}
{{ __('Personal Details') }}
{{ __('First Name') }}:
*
{{ __('Last Name') }}:
*
{{ __('Email') }}:
*
{{ __('Mobile') }}:
*
{{ __('Password') }}:
*
{{ __('Detail') }}:
{{ __('Address') }}
{{ __('Address') }}:
{{ __('City') }}:
{{ __('State') }}:
{{ __('Country') }}:
{{ __('Pincode') }}:
{{ __('Image') }}:
{{ __('Recommended size') }} (410 x 410px)
{{ __('Upload') }}
{{ __('Choose file') }}
{{ __('Social Profile') }}
{{ __('Facebook URL') }}:
{{ __('YouTube URL') }}:
{{ __('Twitter URL') }}:
{{ __('LinkedIn URL') }}:
{{ __('Status') }}
{{ __('Reset') }}
{{ __('Create') }}
@endsection @section('script') @endsection