@extends('layouts.admin') @section('title') @lang('Update Contact Setting') @endsection @section('breadcrumb')

@lang('Update Contact Setting')

@endsection @section('content')
@method('PUT') @csrf
@endsection @push('script') @endpush