@extends('buyer.layout.master') @section('content')
@if (Session::has('message'))
{{Session::get('message')}}
@endif
@csrf

Add Job

{{-- --}}
{{--
@if($errors->has('title'))
{{$errors->first('title')}}
@endif
--}}
@if($errors->has('description'))
{{$errors->first('description')}}
@endif
{{--
@if($errors->has('duration'))
{{$errors->first('duration')}}
@endif
--}}
@if($errors->has('price'))
{{$errors->first('price')}}
@endif
@if($errors->has('image'))
{{$errors->first('image')}}
@endif
{{--
--}}
{{--

Info

--}}
{{-- --}}
@endsection @section('scripts') @endsection