@extends('backend.master') @section('title') {{ @$data['title'] }} @endsection @section('css') @endsection @section('content')
{{-- bradecrumb Area S t a r t --}} {{-- bradecrumb Area E n d --}}
@csrf

{{ ___('common.Filtering') }}

@error('class')
{{ $message }}
@enderror
@error('section')
{{ $message }}
@enderror
@error('certificate')
{{ $message }}
@enderror
@if(isset($data['students'])) @php $words = explode(' ', $data['certificate']->title); // Get the first word (index 0) from the array $firstWord = $words[0]; $restofWord = Str::replace($words[0], '', $data['certificate']->title); @endphp
@endif
@endsection