@extends('admin.layouts.master') @section('title') EDIT STUDENT@endsection @section('css') @endsection @section('content')
@if (session('success')) @endif @if (session('error')) @endif @if ($errors->any()) @endif
@csrf
{{--
--}} {{-- --}} {{-- --}} {{--
--}}
@endsection @section('script') @endsection