@extends('admin.layouts.master') @section('title', 'Add Instructorskill - Admin') @section('maincontent') @component('components.breadcumb',['fourthactive' => 'active']) @slot('heading') {{ __('Add Instructorskill') }} @endslot @slot('menu1') {{ __('Add Instructorskill') }} @endslot @slot('button')
{{ __("Back")}}
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Add') }} {{ __('Instructorskill') }}
@csrf
@error('skills') {{ $message }} @enderror
@endsection