@extends('layouts.admin') @section('page-header', 'Add News') @section('styles') @endsection @section('content')
@csrf
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('link')) {{ $errors->first('link') }} @endif
{{----}}

maximum image size:2MB

@endsection @section('scripts') @endsection