@extends('Backend.layouts.app') @section('content')
{{--
--}}
@csrf @if(isset($edit)) @endif
@if($errors->first('image'))
* {{$errors->first('image')}}
@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('principal_name'))
{{$errors->first('principal_name')}}
@endif
@if($errors->first('location_iframe'))
*{{$errors->first('location_iframe')}}
@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('youtube_link'))
{{$errors->first('youtube_link')}}
@endif
@if($errors->first('description'))
*{{$errors->first('description')}}
@endif
Actions
  • flag Status:@if(isset($edit))Created @else Not Created @endif
  • @if(isset($edit)) @else @endif
{{--
--}} @endsection