@extends('admin.layouts.default') @section('header_styles') @stop @section('content')
@if(session()->has('message'))
{{ session()->get('message') }}
@endif @if ($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Restaurants Owner

@csrf @method('PUT')
profile pic @if($admin->avatar == '') profile pic @else profile pic @endif
@stop @section('footer_scripts') @stop