@extends('layouts.app') @section('styles') @endsection @section('content')

Edit Roles

{{ __('Back') }}
@method('PUT') @csrf @include('alerts.alerts') @php if($role->section != 'null'){ $section = json_decode($role->section,true); }else{ $section = []; } @endphp
{{ __('Manage Slider') }}
{{ __('Manage Patient Story') }}
{{ __('Manage Testimonials') }}
{{ __('Manage Media Centre') }}
{{ __('Manage Blogs') }}
{{ __('Manage Enquiry') }}
@endsection @section('scripts') @endsection