@extends('dashboard.layout.app') @section('style') @endsection @section('content') @include('dashboard.blocks.title',['button' => true, 'route' =>route('job-galleries.index'), 'icon' => 'arrow-left']) {!!Form::open( ['url' => '/dashboard/job-galleries/' ,'method' => 'Post','files' => true]) !!} @include('dashboard.job-galleries.form') {!!Form::close() !!} @endsection @section('script') @endsection