@extends('admin.layouts.main') @section('title') @if(Session::has('editUrl')) Edit Franchise @else Add Franchise @endif @endsection @section('content') @include("admin.common.sidebar") {{ @trans('franchises.franchises') }} @if(Session::has('editUrl')) {{ @trans('franchises.edit_frecnchise') }} @else {{ @trans('franchises.add_frecnchise') }} @endif 1. {{ @trans('franchises.franchise') }} trending_flat2. {{ @trans('franchises.location_details') }} trending_flat3. {{ @trans('franchises.finance') }} trending_flat4. {{ @trans('franchises.documentation') }} trending_flat5. {{ @trans('franchises.franchise_access') }} {{csrf_field()}} @if(Session::has('editUrl')) @endif {{ @trans('franchises.franchise_admin_access') }} {{ @trans('franchises.first_name') }} * @if($errors->has('first_name')) {{$errors->first('first_name')}} @endif {{ @trans('franchises.last_name') }} * @if($errors->has('last_name')) {{$errors->first('last_name')}} @endif {{ @trans('franchises.phone_number') }} * @if($errors->has('mobile')) {{$errors->first('mobile')}} @endif {{ @trans('franchises.alternate_phone_number') }} @if($errors->has('secondary_mobile')) {{$errors->first('secondary_mobile')}} @endif {{ @trans('franchises.email') }} * @if($errors->has('email')) {{$errors->first('email')}} @endif {{ @trans('franchises.password') }} * @if(Session::has('editUrl'))••••••••@endif @if($errors->has('password')) {{$errors->first('password')}} @endif {{ @trans('franchises.confirm_pasword') }} * @if(Session::has('editUrl'))••••••••@endif @if($errors->has('password')) {{$errors->first('password')}} @endif add {{ @trans('franchises.ip_settings') }} @if(count($franchise->ips)) @foreach($franchise->ips as $ip) @if($loop->iteration != 1) close @endif @endforeach @else @endif @if(Session::has('editUrl')) {{ @trans('franchises.cancel') }} @else {{ @trans('franchises.cancel') }} @endif @if(Session::has('editUrl')) @else {{ @trans('franchises.previous') }} @endif @endsection @push('pageJs') @endpush