@extends('admin.layouts.master') @section('title','Create a new student') @section('breadcum') @component('components.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('Student') }} @endslot @slot('menu1') {{ __('Student') }} @endslot @slot('button')
{{ __('Back') }}
@endslot @endcomponent
@if ($errors->any())
@endif
{{ __('adminstaticword.Add') }} {{ __('Student') }}
{{ csrf_field() }}
{{ __('Upload') }}

@endsection @section('script') @endsection