@extends('adminlte::layouts.app') @section('htmlheader_title') Job List @endsection @section('contentheader_title') Trades Diary @endsection @section('header_styles') {{----}} @stop @section('main-content')
@include('jobs.table2')
@endsection @section('footer_scripts') {{-- --}} @stop