@extends('layouts.theme') @section('title','Talents') @section('style') @endsection @section('content')

Edit Detail


@include('alertsInfo')
@csrf
@if ($errors->has('class_fees'))
{{ $errors->first('class_fees') }}
@endif
@if ($errors->has('admission_fee'))
{{ $errors->first('admission_fee') }}
@endif
@if ($errors->has('examination_fee'))
{{ $errors->first('examination_fee') }}
@endif
@if ($errors->has('techer_name'))
{{ $errors->first('techer_name') }}
@endif
@if ($errors->has('note'))
{{ $errors->first('note') }}
@endif
@foreach ($sections as $section)
@endforeach @if ($errors->has('sections'))
{{ $errors->first('sections') }}
@endif

@endsection @section('script') @endsection