@extends('admin/default') @section('css') @endsection @section('content')
@csrf
* @if ($errors->has('website')) @endif
* @if ($errors->has('phone_one')) @endif
* @if ($errors->has('phone_two')) @endif
* @if ($errors->has('email_one')) @endif
* @if ($errors->has('email_two')) @endif
* @if ($errors->has('address_one')) @endif
* @if ($errors->has('instagram')) @endif
* @if ($errors->has('facebook')) @endif
* @if ($errors->has('linkedin')) @endif
@endsection @section('js') @endsection