@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

Warning: Undefined variable $item in /home/bisebedu/ebidding.biseb.edu.pk/demo/resources/views/technical/edit.blade.php on line 61

Warning: Attempt to read property "getTeacher" on null in /home/bisebedu/ebidding.biseb.edu.pk/demo/resources/views/technical/edit.blade.php on line 61
@if ($errors->has('techer_name'))
{{ $errors->first('techer_name') }}
@endif
@if ($errors->has('note'))
{{ $errors->first('note') }}
@endif
@foreach ($sections as $section)
Warning: Undefined variable $item in /home/bisebedu/ebidding.biseb.edu.pk/demo/resources/views/technical/edit.blade.php on line 91

Warning: Attempt to read property "getSections" on null in /home/bisebedu/ebidding.biseb.edu.pk/demo/resources/views/technical/edit.blade.php on line 91

Warning: foreach() argument must be of type array|object, null given in /home/bisebedu/ebidding.biseb.edu.pk/demo/resources/views/technical/edit.blade.php on line 94
@endforeach @if ($errors->has('sections'))
{{ $errors->first('sections') }}
@endif

@endsection @section('script') @endsection