@extends('layouts.admin') @section('content')
Create General
{{ csrf_field() }}
@if ($errors->has('title'))

{{ $errors->first('title') }}

@endif
@if($errors->has('logo'))

{{$errors->first('logo')}}

@endif
@if($errors->has('icon'))

{{$errors->first('icon')}}

@endif
Back
@endsection