@extends('Backend.layouts.app') @section('content')
{{--
--}}
@csrf @if(isset($edit)) @endif
@if($errors->first('name_en'))
{{$errors->first('name_en')}}
@endif
@if($errors->first('name_np'))
{{$errors->first('name_np')}}
@endif
@if($errors->first('phone_number'))
{{$errors->first('phone_number')}}
@endif
@if($errors->first('phone_number2'))
{{$errors->first('phone_number2')}}
@endif
@if($errors->first('email_address'))
{{$errors->first('email_address')}}
@endif
@if($errors->first('address'))
{{$errors->first('address')}}
@endif

{{--
@if($errors->first('latitude'))
{{$errors->first('latitude')}}
@endif
@if($errors->first('longitude'))
{{$errors->first('longitude')}}
@endif
--}}
@if($errors->first('pan_no'))
{{$errors->first('pan_no')}}
@endif
@if($errors->first('reg_no'))
{{$errors->first('reg_no')}}
@endif

@if($errors->first('location_iframe'))
*{{$errors->first('location_iframe')}}
@endif

@if($errors->first('description'))
*{{$errors->first('description')}}
@endif

Hero Banner

{{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- @if($errors->first('hero_banner_title'))--}} {{--
{{ $errors->first('hero_banner_title')}}
--}} {{-- @endif--}} {{--
--}} {{--
--}}
@if($errors->first('hero_banner_title'))
*{{$errors->first('hero_banner_title')}}
@endif
@if($errors->first('hero_banner_subtitle'))
*{{$errors->first('hero_banner_subtitle')}}
@endif
{{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- @if($errors->first('hero_banner_subtitle'))--}} {{--
{{ $errors->first('hero_banner_subtitle')}}
--}} {{-- @endif--}} {{--
--}} {{--
--}}
@if($errors->first('button_title'))
*{{$errors->first('button_title')}}
@endif
{{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- @if($errors->first('button_title'))--}} {{--
{{ $errors->first('button_title')}}
--}} {{-- @endif--}} {{--
--}} {{--
--}}
@if($errors->first('button_link'))
*{{$errors->first('button_link')}}
@endif
{{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- @if($errors->first('button_link'))--}} {{--
{{ $errors->first('button_link')}}
--}} {{-- @endif--}} {{--
--}} {{--
--}}
@if($errors->first('hero_banner_description'))
*{{$errors->first('hero_banner_description')}}
@endif
{{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- @if($errors->first('hero_banner_description'))--}} {{--
{{ $errors->first('hero_banner_description')}}
--}} {{-- @endif--}} {{--
--}} {{--
--}}
Actions
  • flag Status:@if(isset($edit))Created @else Not Created @endif
  • @if(isset($edit)) @else @endif
{{--
--}} @endsection