@extends('Backend.layouts.app') @section('content')
@csrf @if(isset($edit)) @endif
@if($errors->first('logo'))
* {{$errors->first('logo')}}
@endif
@if($errors->first('content'))
* {{$errors->first('content')}}
@endif
Actions
  • @if(isset($header)) flag Status: created @endif
  • @if(isset($header)) @else @endif
{{-- {{-- --}} {{-- --}} @endsection