@extends('layouts.app') @section('content') @if(Session::has('msg')) @endif
@csrf @if(isset($edit)) @endif

The image uploaded will be rendered inside the box below.

@if($errors->first('name'))
** {{$errors->first('name')}}
@endif
@if($errors->first('email_address'))
** {{$errors->first('email_address')}}
@endif
@if($errors->first('phone_number'))
** {{$errors->first('phone_number')}}
@endif
@if($errors->first('address'))
** {{$errors->first('address')}}
@endif

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

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

@if($errors->first('twitter_url'))
** {{$errors->first('twitter_url')}}
@endif
@if($errors->first('linkedin_url'))
** {{$errors->first('linkedin_url')}}
@endif
Actions
  • flag Status: {{(isset($edit)) ? ucFirst($edit->status) : 'Not Saved'}}
  • @if(isset($edit)) @else @endif
@endsection