@extends(config('seo.layout')) @section('header') @isset($launch) Edit Launch Page @else New Launch Page @endisset @endsection @section('content')
@isset($launch)
@method('PUT') @else @endisset @csrf
@if($errors->has('slug_en')) @endif
@if($errors->has('slug_ar')) @endif
@if($errors->has('header_en')) @endif
@if($errors->has('header_ar')) @endif
@if($errors->has('content_en')) @endif
@if($errors->has('content_ar')) @endif
@if($errors->has('phone')) @endif
@if($errors->has('email')) @endif
@isset($launch) Launch_BackgroundImage @endisset
@if($errors->has('bgimage')) @endif
@isset($launch) Launch_LogoImage @endisset
@if($errors->has('logoimage')) @endif
@isset($launch) @else @endisset
@endsection