@extends('admin.layout.master') @section('title', 'Student') @section('body')

Edit Student

@csrf
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if (isset($locations))
@endif
@endsection @push('script') @endpush