@extends('admin.layouts.simple.master') @section('title', 'Default') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

Service

@endsection @section('breadcrumb-items') @endsection @section('content')
Edit Student
@csrf
@if($errors->any()) @endif @if(Session::has('message')) @endif
{{--

@if((isset($service)) && ($service->hasMedia('icons'))) @endif
--}}
@endsection @section('script') @endsection