@extends('admin.layouts.default') @section('header_styles') @endsection @section('content') @if(session()->has('message')) {{ session()->get('message') }} @endif @if ($errors->any()) @foreach($errors->all() as $error) {{ $error }} @endforeach @endif Restaurant Onwer {{ csrf_field() }} Name * Address * Country * Select Country @foreach($countries as $country) id) {{ 'selected=selected' }} @endif >{{ $country->name }} @endforeach City * Postal Code * Longitude Latitude Timezone Reservation Status Status Feedback Status Email * Phone * States * Logo Choose file Website Support Email * Support Mobile * Online Notification Email * Offline Notification Email * Tax Included Tax Rate First Name * Email * Password Gender * Select Gender Male Female Last Name * Username * Phone * Profile Pic Submit @endsection @section('footer_scripts') @endsection