@extends('backend.admin-master') @section('style') @endsection @section('site-title') {{__('New Gig')}} @endsection @section('content')
@include('backend/partials/message') @if($errors->any())
    @foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif

{{__('Add New Gig')}}

@csrf
{{__('Plan Title')}} {{__('Plan Price')}} {{__('Delivery Time')}} {{__('Revisions')}} {{__('Plan Description')}} {{__('Plan Features')}} {{__('separate feature by new line')}}
{{__('Faq Title')}} {{__('Faq Description')}}
{{__('Recommended image size 1920x1280')}}
{{__('Recommended image size 1920x1280')}}
@include('backend.partials.media-upload.media-upload-markup') @endsection @section('script') @include('backend.partials.media-upload.media-js') @endsection