@extends('layouts.app') @section('title', 'Edit Session') @section('content')
Edit Session
@csrf @method('PUT')
{{ $errors->first('name') }}
{{ $errors->first('name_bn') }}
{{ $errors->first('status') }}
@endsection