@extends('restaurantOwner.layouts.restaurantOwner_auth') @section('title') Restaurant Owner | Registration @endsection @section('styles') @endsection @section('content')
@if ($errors->any())
@endif @include('restaurantOwner.partials.message')
© copyright {{date('Y',(int)time())}} {{ get_setting('site-name') }}. All rights reserved.
@endsection @section('scripts') @endsection