@extends('frontend.layouts.app') @section('title') @endsection @section('seo') Settings | Bonfire Charcoal: Ignite Culinary Excellence with Premium Briquets for Grilling Perfection @endsection @section('content')

...
... My Dashboard
... Profile Settings
{{--
... Support
--}}
@csrf
@if (Session::has('success'))
Success!
{{ Session::get('success') }}
@endif
...
{{--
Upload Profile Picture
--}}
{{--

Shipping Information

--}}
@foreach($profile as $profiles)
@csrf @method('PUT')
{{--
--}}
@endforeach
@endsection @section('js') @endsection