@extends('layouts.app') @section('title') {{__('Adjustments')}} @endsection @section('breadcrumb')

{{__('Adjustments')}}

@endsection @section('content')

{{__('Adjustments table')}}

@can('create_adjustment') {{__('Create')}} @endcan
# {{__('Date')}} {{__('Branch')}} {{__('Action')}}
@endsection @section('scripts') @endsection