@extends('layouts.template') @if(Auth::user()->role == 'admin') @section('template')

SETTINGS

@if(Session::has('success'))
{{Session::get('success')}} @php Session::forget('success'); @endphp
@endif
{{ csrf_field() }}
Basic Info
SMS Settings
Appearance Settings
@endsection @endif