@extends('admin.layouts.master') @section('title','Create a new student') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any())
@endif
{{ __('Create A New Student') }}
{{ csrf_field() }}

{{ __('Personal Details') }}

{{ __('Address') }}

{{ __('Recommended size') }} (410 x 410px)
{{ __('Upload') }}

{{ __('Social Profile') }}


@endsection @section('script') @endsection