@extends('layouts/contentNavbarLayout') @section('title', 'Specialities') @section('content')
Edit peciality
@csrf @method('PUT')
@if($speciality->active_icon)
active_icon
@endif
@if($speciality->deactivate_icon)
deactivate_icon
@endif

Cancel
@endsection