@extends('admin/layouts/main') @section('content')
header image

Add Tag

{{ method_field('POST') }} {{ csrf_field() }}
@if(count($errors))
× @foreach($errors->all() as $error)
{{$error}}
@endforeach
@endif
@stop