@extends('layouts.app3') @section('title') Manage Jobs @endsection @section('content')
@if(count($errors)>0)
    @foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif

Manage Categories

{{csrf_field()}}
@endsection