@extends('layouts.stores_dashboard_layout') @section('title') {{trans('stores_dashboard.new_branch')}} @endsection @section('content')
{{trans('stores_dashboard.new_branch')}}

{{trans('stores_dashboard.new_branch_desc')}}

@csrf
{{trans('stores_dashboard.branch_info')}}

{{trans('stores_dashboard.no_timings')}}

{{trans('stores_dashboard.time_rule')}}

@endsection @section('scripts') {{-- --}} @endsection