@extends('layouts.app') @if(isset($outlet)) @section('page-title')| {!! isset($outlet)?$outlet->name:"" !!}@endsection @else @section('page-title')| New Outlet @endsection @endif @section('content')
{{--

Outlets

--}}
@include('outlets.outlet-sidebar')
@php //$resto = \App\Restaurants::find(\App\Helpers\CommonMethods::getRestuarantID()); $image = null; if(isset($outlet)){ $image = \App\Photos::where('resto_id',\App\Helpers\CommonMethods::getRestuarantID())->where('branch_id',$outlet->id)->first(); } @endphp @csrf

Basic information

Cover Image

file_name)) style="background: url({!! $image->file_name !!})" @endif>

Max of 5MB, at least 854 x 400 pixels and only JPEG and PNG are allowed.

Contact information



Order Settings

Select the dates customers can place orders for


Save Changes
@endsection @section('js') @endsection