@extends('backend.template.layouts.template-base') @section('title') General Settings | {{ config('app.name') }} @endsection @section('content')
@include('backend.template.settings.sidebar')
@csrf

Head Office

Show in Footer
@endsection @section('scripts') @endsection