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

The image uploaded will be rendered inside the box below.


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

@if($errors->first('phone_number'))
** {{$errors->first('phone_number')}}
@endif
@if($errors->first('email_address'))
** {{$errors->first('email_address')}}
@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
@if($errors->first('message'))
*{{$errors->first('message')}}
@endif
Actions
  • flag Status:@if(isset($edit))Created @else Not Created @endif
  • @if(isset($edit)) @else @endif
@endsection