@extends('layouts.backend.app') @section('title', 'Edit Settings') @section('head') @include('layouts.backend.partials.headersection',['title'=>'Edit Settings']) @endsection @section('content')
@csrf
@endsection